home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url41.dir
/
00011_Script_11
< prev
next >
Wrap
Text File
|
1996-08-15
|
393b
|
16 lines
on enterFrame
global TheWeb
--
-- Use this handler to launch on a windows machine
-- when the user has installed any system other than AOL
--
if objectP(TheWeb) then
set WebError = TheWeb(mOpenURL,"http://www.hminet.com","","")
if WebError <> 0 then
set the text of cast "ErrorReport" to TheWeb(mGetWebError,WebError)
end if
end if
end